SftTree/OCX 7.0

SftTreeItems.DropTargetInnerFill2 Property

Softel vdm, Inc.

Defines the ending color used to fill the selection outline for items as drop targets during a drag & drop operation.

Syntax       

Get

VB.NET

Clr = object.DropTargetInnerFill2  As UIntegerLanguage-specific information

VB

Clr = object.DropTargetInnerFill2  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.DropTargetInnerFill2;

VC++

OLE_COLOR Clr = object->DropTargetInnerFill2;
OLE_COLOR Clr = object->GetDropTargetInnerFill2();

C

HRESULT object->get_DropTargetInnerFill2(OLE_COLOR* Clr);

Delphi

Clr := object.DropTargetInnerFill2  : Cardinal;

Put

VB.NET

object.DropTargetInnerFill2 = Clr  As UIntegerLanguage-specific information

VB

object.DropTargetInnerFill2 = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.DropTargetInnerFill2 = Clr;

VC++

OLE_COLOR object->DropTargetInnerFill2 = Clr;
void object->PutDropTargetInnerFill2(OLE_COLOR Clr);

C

HRESULT object->put_DropTargetInnerFill2(OLE_COLOR Clr);

Delphi

object.DropTargetInnerFill2 := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the ending color used to fill the selection outline for items as drop targets during a drag & drop operation.

Comments

The DropTargetInnerFill2 property defines the ending color used to fill the selection outline for items as drop targets during a drag & drop operation.

The drop target is displayed based on the Items.DropHighlightStyle and Items.DropHighlight properties.

The DropTargetInnerFill2 property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the Items.DropHighlightColor property is used instead.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com